home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / fireball mixer < prev    next >
Text File  |  1999-06-15  |  718b  |  33 lines

  1. Category: Shoreditch Filters
  2. Title: Fireball Mixer...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: FIREMIX.8bf
  6.  
  7. R:mix(dif(r,g+b),mix(r,src((x^r)%m,(y^r)%m,z)/(mix(r,b,ctl(0),ctl(1))/ctl(2)),ctl(3),ctl(4)),ctl(5),ctl(6))+rnd(0,ctl(7))
  8.  
  9. G:mix(dif(g,r+b),mix(g,src((x^g)%m,(y^g)%m,z)/(mix(g,r,ctl(0),ctl(1))/ctl(2)),ctl(3),ctl(4)),ctl(5),ctl(6))+rnd(0,ctl(7))
  10.  
  11. B:mix(dif(b,r+g),mix(b,src((x^b)%m,(y^b)%m,z)/(mix(b,g,ctl(0),ctl(1))/ctl(2)),ctl(3),ctl(4)),ctl(5),ctl(6))+rnd(0,ctl(7))
  12.  
  13. A:a
  14.  
  15. ctl[0]: Mix
  16. ctl[1]: Mix 1
  17. ctl[2]: Mix 2
  18. ctl[3]: Mix 3
  19. ctl[4]: Mix 4
  20. ctl[5]: Mix 5
  21. ctl[6]: Mix 6
  22. ctl[7]: Random
  23.  
  24. val[0]: 20
  25. val[1]: 141
  26. val[2]: 94
  27. val[3]: 21
  28. val[4]: 209
  29. val[5]: 195
  30. val[6]: 58
  31. val[7]: 29
  32.  
  33.